BaseSubsystem.Started property
Checks whether the KINGSTAR Base Subsystem is started.
Started becomes true when OP is reached the first time. It goes back to false only once Stop() or RequestState(ecatOffline) is called. Started means that the Axes, I/Os, Groups, etc... are initialized.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
bool Started { get; }
ReadOnly Property Started As Boolean
Property value
Type: bool
See also